home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / music / vblast20.arj / BLASTM.HLP < prev    next >
Text File  |  1993-11-16  |  6KB  |  165 lines

  1.                 HELP FOR KEYBOARD AND MOUSE NAVIGATION
  2.                 (C) 1991-1993 Copyright by Mark E Cowan
  3. ═══════════════════════════════════════════════════════════════════════
  4.  
  5. ■ Moving and selecting a menu or an object in a dialog box
  6.  
  7.     Keyboard   Use the Arrow keys or the Tab key to move from one
  8.                 menu or object in a dialog box to another
  9.  
  10.                 Use the Down arrow key or Enter key to pull down a
  11.                 menu
  12.  
  13.                 Use the Enter key to execute an objects function
  14.  
  15.                 Use the Enter key to select an item in a List Box
  16.  
  17.                 Use the Ecape key exit a dialog box and the program
  18.  
  19.     Mouse      Move the cursor to the desired menu or object in a
  20.                 dialog box and press the left mouse button to move from
  21.                 one object in a dialog box to another
  22.  
  23.                 Double click on an object to execute that objects
  24.                 function (push buttons)
  25.  
  26.                 Double click an item in a list box to select that item
  27.  
  28.  
  29.  ■ Entering text in 'Edit' boxes
  30.  
  31.     Use the standard editing keys for moving the cursor to the desired
  32.     position and enter the desired text
  33.  
  34.     Pressing the INSERT key toggles between insert and over write mode
  35.  
  36.                             FILE MENU
  37.  
  38. ■ Play Files
  39.  
  40.     This will display a dialog box which will enable you to select and
  41.     play Create Labs Voice files (.voc) and CMF music files (.cmf)
  42.  
  43.     When playing voice files, a dialog box will be displayed allowing
  44.     the file to be paused, continued, or stopped.
  45.  
  46.     When playing music files, a dialog box will be displayed allowing
  47.     the file to be paused, continued, or stopped.
  48.  
  49.     Also, there is a Clear button displayed. After pressing this
  50.     button, the current voice or music file being played is discontiued
  51.     and the file queue is cleared.  This button is neccessary while
  52.     playing files in Loop mode to discontinue file playing from the 
  53.     queue.  You may obtain further help on playing files by selecting
  54.     the Help button or by pressing F1 key while the Play file dialog
  55.     is shown on the screen
  56.  
  57. ■ Record Files
  58.  
  59.     This will display a dialog box which will enable you to record
  60.     voice files (.voc)
  61.  
  62. ■ Dos Gateway
  63.  
  64.     This will bring you to the Dos Prompt, allowing you to run Dos
  65.     commands and programs.  Type 'exit' to return to this program
  66.  
  67. ■ About
  68.  
  69.     A message box will display compile date information important when
  70.     reporting bugs
  71.  
  72.                             UTIL MENU
  73.  
  74. ■ Card Status
  75.  
  76.     A message box will display the Sound Blaster Card address found,
  77.     interrupt setting, and Voice Driver Version
  78.  
  79.                             HELP MENU
  80.  
  81. ■ Help
  82.  
  83.     Type F1 to quickly access help
  84.  
  85. ■ Register
  86.  
  87.     Select this to obtain information required to register this
  88.     program, and how to contact the author
  89.  
  90. ■ Volume Controls
  91.                             
  92.     For Sound Blaster Pro and Sound Blaster 16 card owners, there                                                        
  93.     are volume controls for all channels.  You can click on the up
  94.     or down arrows for raising or lowering the volume of each 
  95.     channel. You can select a volume setting from 1 to 10.
  96.  
  97.     You can also activate the desired arrow by using the Tab key,
  98.     and then press Enter to activate that control.
  99.                             
  100.                             ENVIRONMENT VARIABLES
  101.      
  102.     Before running VBLASTER.EXE, make sure your environment
  103.     variables are setup.  There are two variables, one points to
  104.     the directory of your main Sound Blaster programs, the other
  105.     sets up the port address, interrupt, DMA number, and the Sound
  106.     Blaster card type.  VBLASTER uses the card type to determine
  107.     which voice driver to load if it cannot find the driver in the
  108.     directory specified by SOUND.  Here is a description:
  109.      
  110.     SOUND=C:\SBPRO
  111.      
  112.     This specifies C:\SBPRO as main directory, then the directory
  113.     search for the CTVDSK.DRV is C:\SBPRO\DRV as dictated by
  114.     Creative Labs.  Make sure this is set by your AUTOEXEC.BAT
  115.     file. You can type:  SET   at the Dos prompt to see all
  116.     environment variables.
  117.      
  118.     The second environment variable specifies the I/O configuration
  119.     and card type.  Here is an example:
  120.     
  121.     BLASTER=A220 I7 D1 T2
  122.     
  123.     where:  A - specifies the base I/O port used
  124.         I - specifies the interrupt request line
  125.         D - specifies the DMA channel
  126.         T - specifies the card type:
  127.                1 for SB 1.5
  128.                2 for SB Pro
  129.                3 for SB 2.0
  130.                4 for SB Pro 2.0
  131.                6 for SB 16
  132.     
  133.     Make sure this is setup correctly for your card.  It probably
  134.     is if you have a SB Pro or higher.  If you have a SB 1.5 or SB
  135.     2.0, you will need to set this up in your AUTOEXEC.BAT file so
  136.     that you will not get the warning message at the beginning of
  137.     the VBLASTER screen every time.  Use the above BLASTER=...
  138.     example, changine only the 220 for port address, 7 for the
  139.     interrupt, 1 for the DMA channel, and 2 for your card type.
  140.     Refer to your SB card manual to find out which card type you
  141.     have.  You probably can use the above example changing only the
  142.     2 for the correct card type for your card. Here are some
  143.     examples, exactly as they should appear in AUTOEXEC.BAT
  144.      
  145.     EXAMPLE CODE               DESCRIPTION (do not include)
  146.     =====================      ============================
  147.     BLASTER=A220 I7 D1 T2      (for SB Pro)
  148.     BLASTER=A220 I7 D1 T1      (for SB 1.5)
  149.     BLASTER=A220 I7 D1 T3      (for SB 2.0)
  150.    
  151.     The VBLASTER program uses the above environment variables to
  152.     first locate the CTVDSK.DRV voice driver.  If the driver 
  153.     cannot be located in the directory as dictated by the SOUND
  154.     environment variable (ie: (SOUND)\DRV), then VBLASTER will
  155.     load the appropriete VBLASTER.D?? for your sound card as
  156.     dictated by T? component of the BLASTER environment variable.
  157.     
  158.     ************************* NOTE *****************************
  159.     * NOTE: A bug was found in the CTVDSK.DRV driver that was 
  160.     shipped with SB 16 cards.  The included driver VBLASTER.D16
  161.     has this bug fixed.  Generally, you may assume that your 
  162.     CTVDSK.DRV driver is OK if it has a later date than 10/25/93.
  163.     ************************************************************ 
  164.  
  165.